home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 January / maximum-cd-2000-01.iso / Dreamweaver2 / data1.cab / Program_Files / Help / html / movies / frames.dcr / Standard_94_Set End Text.ls < prev    next >
Encoding:
Text File  |  1999-02-23  |  412 b   |  17 lines

  1. global gSuiteStatus
  2.  
  3. on beginSprite me
  4.   set pSprite to the spriteNum of me
  5.   if voidp(gSuiteStatus) then
  6.     set gSuiteStatus to "Solo"
  7.   end if
  8.   case gSuiteStatus of
  9.     "Solo":
  10.       set the member of sprite pSprite to "Text: End: Solo"
  11.     "EnSuite":
  12.       set the member of sprite pSprite to "Text: End: EnSuite"
  13.     "OneShot":
  14.       set the member of sprite pSprite to "Text: End: OneShot"
  15.   end case
  16. end
  17.